SftTree/OCX 7.0

SftTreeRowColumnFooter.TextVAlign Property

Softel vdm, Inc.

Defines the vertical alignment of the text in the row/column footer.

Syntax       

Get

VB.NET

Style = object.TextVAlign  As SftTreeVAlignConstants

VB

Style = object.TextVAlign  As SftTreeVAlignConstants

C#.NET

SftTreeVAlignConstants Style = object.TextVAlign;

VC++

enum SftTreeVAlignConstants Style = object->TextVAlign;
enum SftTreeVAlignConstants Style = object->GetTextVAlign();

C

HRESULT object->get_TextVAlign(enum SftTreeVAlignConstants* Style);

Delphi

Style := object.TextVAlign  : TOleEnum;

Put

VB.NET

object.TextVAlign = Style  As SftTreeVAlignConstants

VB

object.TextVAlign = Style  As SftTreeVAlignConstants

C#.NET

SftTreeVAlignConstants object.TextVAlign = Style;

VC++

enum SftTreeVAlignConstants object->TextVAlign = Style;
void object->PutTextVAlign(enum SftTreeVAlignConstants Style);

C

HRESULT object->put_TextVAlign(enum SftTreeVAlignConstants Style);

Delphi

object.TextVAlign := Style  : TOleEnum;

object

A SftTreeRowColumnFooter object.

Style

Defines the vertical alignment of the text in the row/column footer.

Name

Value

Description

valignSftTreeCenter

0

The text is vertically centered.

valignSftTreeTop

1

The text is aligned with the top of the available area.

valignSftTreeBottom

2

The text is aligned with the bottom of the available area.

Comments

The TextVAlign property defines the vertical alignment of the text in the row/column footer.

The RowColumnFooter.Text property can be used to define the text displayed in the row/column footer.

See Also  SftTreeRowColumnFooter Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com